THIRD PARTY NOTICES — Grandma's Spice

This plug-in incorporates or links against third-party software. Refer to upstream licenses:

- JUCE — https://github.com/juce-framework/JUCE (see JUCE ISC / GPL exemptions as applicable).

Windows installer (bundled artefacts)
-----------------------------------
When built with MSVC /MD, `cmake/copy_msvc_crt_sidecar.cmake` (VST3 post-build) copies the Microsoft Visual C++
runtime DLL set from your installed Visual Studio 2022 toolchain folder (`Redist/MSVC/.../Microsoft.VC*.CRT/x64`)
next to the x86_64 module inside `Grandma Spice.vst3`. The Windows Inno installer ships that bundle as built—no
separate `vc_redist.x64.exe` step. Redistribution is subject to the Microsoft Visual Studio license you use to
build the plug-in; see Microsoft’s “Redistributable Code” terms for your VS edition.

macOS packages
--------------
Plugins built with Apple toolchains on macOS link the system C++ standard library (libc++) and other
Apple system frameworks; there is no Microsoft VC++ runtime to ship. Distribute the signed `.component`
and/or `.vst3` bundle (or a `.pkg` produced by `installer/mac/build_mac_pkg.sh`) for the target macOS
version your build is configured for (see `CMAKE_OSX_DEPLOYMENT_TARGET` / Xcode settings).

For the full authoritative text of each license, consult the project's repository.
